Auto merge of #2680 - alexcrichton:update-toml, r=brson
authorbors <bors@rust-lang.org>
Sun, 12 Jun 2016 12:21:23 +0000 (05:21 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Jun 2016 12:21:23 +0000 (05:21 -0700)
Update TOML parser to pick up a bugfix

Cargo has previously accepted invalid TOML as valid, but this bugfix should fix
the problem. In order to prevent breaking all crates immediately toml-rs has a
compatibility mode which emulates the bug that was fixed. Cargo will issue a
warning if this compatibility is required to parse a crate.

1  2 
Cargo.lock
Cargo.toml
src/cargo/util/toml.rs

diff --cc Cargo.lock
Simple merge
diff --cc Cargo.toml
Simple merge
Simple merge